curl --request POST \
--url https://api-lr.agent.ai/v1/action/content_creator_render_article_report \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"output_variable_name": "results_html",
"report_data": "{{article}}"
}
'{
"status": 123,
"response": {}
}Renders a generated article as an HTML report with SEO metadata, article body, links, and checklist.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/content_creator_render_article_report \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"output_variable_name": "results_html",
"report_data": "{{article}}"
}
'{
"status": 123,
"response": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)